home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / image / sbjv3211.zip / JVIEW.DOC < prev    next >
Text File  |  1996-08-21  |  6KB  |  160 lines

  1. SBJV: Jpeg Image Viewer 
  2.  
  3. (C) Scott M Baker 
  4.  
  5. -------------------------------------------------------------------------------
  6.  
  7. Purpose: 
  8.  
  9. The purpose of this program is to display jpeg, bmp, tga (and possibly other) 
  10. image files on your computer screen. Several special features are included, 
  11. such as a slideshow mode, ability to stretch images to fit full screen, and a 
  12. visual picture index. 
  13.  
  14. This program is designed to be a companion to SBNews/Newsbot, my nntp download 
  15. & decode program, although SBNews is not necessary for operation of SBJV. 
  16.  
  17. -------------------------------------------------------------------------------
  18.  
  19. Requirements: 
  20.  
  21.     * Windows 3.1 or greater 
  22.  
  23. Distribution: 
  24.  
  25.     * 16-bit (Windows 3.1) Version: SBJV16xx.ZIP (xx denotes version number)
  26.     * 32-bit (Windows 95) Version: SBJV32xx.ZIP (xx denotes version number
  27.  
  28. Features:
  29.  
  30.     * Slideshow mode: Display images automaticly onscreen. Can be set to 
  31.       forward, reverse, or random order. 
  32.     * Encrypted Images: You may encrypt your image files with the enclosed 
  33.       ENCRYPT.EXE utility and use SBJV to view the encrypted files, protecting 
  34.       them from undesired viewers. 
  35.     * Visual Index: a 4x4 scrollable grid of thumbnail images -- useful to find 
  36.       a picture when you don't know the name, or as an overview of your image 
  37.       collection 
  38.     * One-click file categorization. 
  39.  
  40. Files Included: 
  41.  
  42.     * JVIEW.EXE: Executable; what you need to run to get the program to work. 
  43.     * JVIEW.HTM: Documentation in HTML format (read with your browser) 
  44.     * JVIEW.DOC: Documentation in plain-ASCII format (read with any plain ascii 
  45.       text editor) 
  46.     * BWCC.DLL (16-bit) or BWCC32.DLL (32-bit): Borlands Custom-Control DLL 
  47.       library; used to support SBJV's grey dialog boxes. 
  48.     * FILE_ID.DIZ: Brief description file; useful for bbs distribution 
  49.     * REGISTER.HTM: Registration info in HTML format 
  50.     * REGISTER.DOC: Registration info in plain-ASCII format 
  51.     * README.1ST: General information on documentation & archives 
  52.     * ENCRYPT.EXE: Standalone utility, Used to encrypt files on disk 
  53.     * DECRYPT.EXE: Standalone utility, Used to decrypt files on disk 
  54.  
  55. -------------------------------------------------------------------------------
  56.  
  57. Installing and Using the Program: 
  58.  
  59. Here are some very quick notes on installing and using SBJV: 
  60.  
  61. Installation: 
  62.  
  63.    1. Unzip the distribution archive into the directory of your choice. 
  64.  
  65. Running: 
  66.  
  67.    1. Run JVIEW.EXE -- this can be done in various ways - from the Win-95 
  68.       command prompt, the Windows Explorer (and/or file manager), the Windows 
  69.       Run Program command, etc. 
  70.    2. Along the right hand side will be a directory and file listing. You may 
  71.       double-click entries in the directory listing to change working 
  72.       directories, or double click filenames in the file list to view an image 
  73.    3. The "Index" button may be used to open up the visual index. 
  74.  
  75. -------------------------------------------------------------------------------
  76.  
  77. Command Line Parameters
  78.  
  79.     * "-i INI_FILE_NAME". Sets the name of the INI file to use. By default, 
  80.       SBJVuses the file newsbot.ini in your windows directory. Specifying a 
  81.       filename here will cause newsbot to use the file under that name in 
  82.       newsbot's home directory. For example "JView -i jview1.ini" would use the 
  83.       filename "news1.ini" in newsbot's home directory. 
  84.     * "-noabout". Omits display of the about dialog on startup of SBJV. Note: 
  85.       Only supported in registered version!
  86.  
  87. -------------------------------------------------------------------------------
  88.  
  89. Acknowledgements 
  90.  
  91. I would like to thank the following people for their help, support, or 
  92. contributions to SBNews/Newsbot and SBJV: 
  93.  
  94.     * The many people who've helped me beta-test! 
  95.     * The Independent JPEG Group 
  96.     * The ISO Jpeg Standards Committee 
  97.     * Brian Kantor & Phil Lapsley (RFC977) 
  98.     * S. Barber (NNTP Extensions document) 
  99.     * The Papa winsock site 
  100.     * The Tucows winsock site 
  101.     * Lars Magne Ingebrigtsen, "Notes on News" 
  102.  
  103. -------------------------------------------------------------------------------
  104.  
  105. Registration 
  106.  
  107. SBJV is a shareware program and as such, you are only granted the right to 
  108. operate it for a limited time to evaluate it's performance. Continued usage 
  109. requires registration in the amount of $15.00. 
  110.  
  111. For information on registration, please see REGISTER.DOC (or REGISTER.HTM). 
  112.  
  113. -------------------------------------------------------------------------------
  114.  
  115. Contacting Me
  116.  
  117. US-Mail: 
  118.  
  119. Scott M. Baker
  120. 2241 W Labriego
  121. Tucson, Az 85741
  122. United States of America
  123.  
  124. My Bulletin board: 
  125.  
  126. The Not-Yet-Named BBS
  127. (520) 544-4655 (USR Dual 14.4k)
  128. (520) 797-8573 (USR Sportster 28.8k)
  129.  
  130. Email: 
  131.  
  132. smbaker@primenet.com
  133.  
  134. My Homepage: 
  135.  
  136. http://www.primenet.com/~smbaker
  137.  
  138. Find the latest SBNews/Newsbot at this address: 
  139.  
  140. http://www.primenet.com/~smbaker/sbnews/sbnews.html 
  141.  
  142. Find the latest SBJV at this address: 
  143.  
  144. http://www.primenet.com/~smbaker/sbjv/sbjv.html 
  145.  
  146. -------------------------------------------------------------------------------
  147. Revision History
  148.  
  149.     * Version 1.0 
  150.           * Split SBJV from SBNews to form a standalone utility 
  151.           * Initial public release 
  152.     * Version 1.1 
  153.           * Fixed problem with 256-color mode 
  154.           * Fixed File:Exit command causing crash (well, it did exit!) 
  155.           * Fixed scrollbars shutting off when scrolled all the way down 
  156.           * Added categorization system to jpeg viewer 
  157.           * Toggles for categorization and directory panes 
  158.  
  159.  
  160.